projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0428b00
)
(defgroup refill): New group.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 06:06:43 +0000
(06:06 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 06:06:43 +0000
(06:06 +0000)
lisp/textmodes/refill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/refill.el
b/lisp/textmodes/refill.el
index a6ca53b1182df82176a2f86c75286b6c5ece9352..ff31e62a5483d73c541664725230a02419ee6dd7 100644
(file)
--- a/
lisp/textmodes/refill.el
+++ b/
lisp/textmodes/refill.el
@@
-84,6
+84,10
@@
;;; Code:
+(defgroup refill nil
+ "Refilling paragraphs on changes."
+ :group 'fill)
+
(defvar refill-ignorable-overlay nil
"Portion of the most recently filled paragraph not needing filling.
This is used to optimize refilling.")